home *** CD-ROM | disk | FTP | other *** search
- "kSendFileKey" = "傳送檔案:“%@”"; /* Send File: foo.txt */
- "kSendMultipleFilesKey" = "傳送 %d 個檔案⋯"; /* Send 4 Files... */
- "kSendKey" = "傳送"; /* Send *//* Text on device selector button */
- "kFileTransferProgressKey" = "%@ / %@"; /* 1.8 MB of 2.6 MB" */
- "kFileTransferWaitingKey" = "正在等待⋯";
- "kWaitingForReplyKey" = "正在等待目標回應⋯";
- "kCalculatingKey" = "正在計算⋯"; /* While calculating the transfer time */
- "kSecondsLeftKey" = "%u 秒鐘(速率 %0u KB/秒)"; /* "5 seconds (at 60 KB/s) */
- "kAboutAMinuteLeftKey" = "約 1 分鐘(速率 %0u KB/秒)"; /* About a minute (at %0u KB/s) */
- "kMinutesLeftKey" = "%u 分鐘(速率 %0u KB/秒)"; /* 5 minutes (at 59 KB/s) */
- "kHoursLeftKey" = "%u 小時 %u 分鐘(速率 %0u KB/秒)"; /* 1 hrs 15 mins (at 32 KB/s) */
- "kKBKey" = "%u KB"; /* 5 KB */
- "kMBKey" = "%u MB"; /* 10 MB */
- "kGBKey" = "%u GB"; /* 15 GB */
- "kOpenPanelTitleKey" = "選擇要傳送的檔案"; /* Title of open panel for sending a file */
-
- "kStoppingTransferKey" = "即將停止傳送⋯"; /* In the progress status field when stopping */
- "kWaitingSingleStatusKey" = "正在等待“%@”接受項目。";
- "kWaitingMultipleStatusKey" = "正在等待“%@”接受項目。";
- "kBytesKey" = "bytes"; /* Used with number of bytes in status */
- "kSendingFileStatusKey" = "正在將檔案“%@”傳送到“%@”。"; /* "Sending file "foo.txt" to "bar"." */
- "kReceivingFileFromDeviceStatusKey" = "正在接收來自“%@”的檔案“%@”。"; /* "Receiving file "foo.txt" from "bar"." */
- "kReceivingFileStatusKey" = "正在接收檔案“%@”。"; /* "Receiving file "foo.txt"." */
- "kReceivedFileStatusKey" = "已收到檔案“%@”。"; /* "Received file "foo.txt"." */
- "kkSentFileSuccessfullyStatusKey" = "已成功傳送檔案“%@”。"; /* "File "foo.txt" sent successfully." */
-
- "kAlertPanelTitleKey" = "Bluetooth 檔案交換程式"; /* Title of all alert panels */
- "kOKKey" = "好"; /* OK button title */
- "kQuitKey" = "結束"; /* Quit button title */
- "kCancelKey" = "取消"; /* Cancel button title */
- "kSkipKey" = "略過"; /* Skip button title */
- "kCloseKey" = "關閉"; /* Close button title */
-
- "kSaveTitleKey" = "儲存";
- "kReplaceButtonKey" = "取代";
- "kRenameButtonKey" = "重新命名";
- "kSaveSingleStringKey" = "“%@”裡的檔案“%@”已經存在。要取代嗎?";
- "kSaveMultipleStringKey" = "“%@”裡已經有您所選取的檔案了。要取代嗎?";
-
- "kDeleteSingleItemTitleKey" = "刪除項目";
- "kDeleteSingleItemDescKey" = "您確定要刪除所選項目嗎?此項操作將無法還原。";
- "kDeleteMultipleItemsTitleKey" = "刪除項目";
- "kDeleteMultipleItemsDescKey" = "您確定要刪除所選項目嗎?此項操作將無法還原。";
-
-
- /* AlertPanel text when target doesn't support OP but does support FTP. The operation will look the same but over different transport */
- "kSendFileToNonOPPTargetQuestionKey" = "目標不支援“物件強迫”通訊協定,改用 FTP 好嗎?";
-
- /* Description text on device selector to send a file */
- "kSendDescriptionTextKey" = "選擇要傳送檔案:“%@”到哪一個裝置上。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
-
- /* Description text on device selector to send multiple files */
- "kSendMultipleDescriptionTextKey" = "選擇要傳送 %d 個檔案到哪一個裝置上。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
-
- /* When unable to create a new device search */
- "kSearchCreateErrorKey" = "檔案傳送失敗:無法搜尋裝置。Bluetooth 可能並未確實地安裝到系統上。";
-
- /* No local Bluetooth device is available */
- "kNoLocalDeviceErrorKey" = "檔案傳送失敗:無法找到本機上的 Blutooth 裝置。請確定您已有系統需要的 Blutooth 裝置,並已正確安裝 Bluetooth 軟體。";
-
- /* When unable to open SDP connection or receive an error during SDP query */
- "kSearchErrorKey" = "檔案傳送失敗:無法讀取裝置上的服務。";
-
- /* Internal error indicating no device is selected, but somehow we attempted to send anyway */
- "kNoDeviceSelectedErrorKey" = "檔案傳送失敗:未選擇裝置。";
-
- /* When unable to connect to the device */
- "kDeviceConnectFailureErrorKey" = "檔案傳送失敗:無法連接到裝置。";
-
- /* When device doesn't have an Object Push service */
- "kDeviceUnableToReceiveErrorKey" = "檔案傳送失敗:裝置無法接收檔案。";
-
- // When device doesn't support receiving a certain file type.
- "DeviceUnableToReceiveThatTypeOfFileErrorKey" = "檔案傳送失敗:目標裝置不接受您嘗試送出的檔案類型。";
-
- // When device doesn't support receiving a certain file type.
- "kSendFileToTargetAnywayQuestionKey" = "目標裝置不接受您嘗試傳送的檔案類型。您仍要試著傳送檔案嗎?";
- "kSendFileToTargetAnywayTitleKey" = "無法接受的檔案類型";
- "kSendFileToTargetAnywayButtonKey" = "強制傳送";
-
- /* Error during transfer */
- "kAlreadySendingToDeviceKey" = "有資料正在傳輸至該裝置。請等到目前的傳輸結束後再重試一次。";
-
-
- // These are strings that will be seen on the BFE Browse UI as a status string
- "kTransferFileOpenErrorKey" = "檔案傳送失敗:無法打開檔案。";
- "kTransferOBEXConnectErrorKey" = "檔案傳送失敗:無法使用裝置建立 OBEX 連線。";
- "kTransferDataSendErrorKey" = "檔案傳送失敗:無法送出資料。";
- "kTransferStoppedErrorKey" = "檔案傳送失敗:接收者停止或拒絕傳送。";
- "kTransferUnknownErrorKey" = "檔案傳送失敗:在傳送中發生未知的錯誤。";
- "kTransferBadMediaErrorKey" = "檔案傳輸失敗:不受支援的媒體類型。";
- "kTransferInternalErrorKey" = "檔案傳輸失敗:內部錯誤。";
-
-
- /* Error during operation */
- "kOperationUnknownErrorKey" = "最後一項操作失敗:發生未知的錯誤(%02x)。";
- "kOperationBadRequestErrorKey" = "最後一項操作失敗:要求錯誤。";
- "kOperationConflictErrorKey" = "最後一項操作失敗:發生衝突。";
- "kOperationTooLargeErrorKey" = "最後一項操作失敗:要求的物件太大。";
- "kOperationTooLargeURLErrorKey" = "最後一項操作失敗:要求的 URL 太長。";
- "kOperationNotAcceptableErrorKey" = "最後一項操作失敗:無法接受。";
- "kOperationUnauthorizedErrorKey" = "最後一項操作失敗:未經授權。";
- "kOperationPreconditionErrorKey" = "最後一項操作失敗:不符合先決條件。";
- "kOperationTimeoutErrorKey" = "最後一項操作失敗:操作逾時。";
- "kOperationForbiddenErrorKey" = "最後一項操作失敗:禁止。";
- "kOperationNotSupportedErrorKey" = "最後一項操作失敗:無法支援。";
- "kOperationTimedOutErrorKey" = "最後一項操作失敗:操作逾時。";
-
-
- /* Connection stuff */
- "kConnectionOpeningKey" = "打開傳送連線⋯";
- "kConnectionRefusedKey" = "連線遭到拒絕。";
- "kConnectionNoneKey" = "未連接";
- "kConnectionTransportDiedKey" = "傳輸連線中斷。";
- "kConnectionNoTransportKey" = "沒有傳輸連線。";
- "kConnectionCompleteKey" = "連接到裝置。";
- "kConnectionClosedKey" = "連線已結束";
- "kConnectingKey" = "正在連接“%@”⋯";
- "kDisconnectingKey" = "中斷連接⋯";
-
- /* Operation status */
- "kStoppingOperationKey" = "即將停止操作⋯";
- "kOperationStoppedKey" = "操作停止。";
-
- "kAbortingOperationKey" = "正在中斷操作⋯";
- "kOperationAbortedKey" = "操作已中止。";
-
- "kOperationCancelledKey" = "操作取消。";
- "kOperationCompleteKey" = "操作完成。";
-
- "kTransferCompleteKey" = "傳輸完畢!";
- "kFailedToGetDirectoryContentsKey" = "無法取得檔案夾內容(要求錯誤)。";
- "kFailedToGetDirectoryContentsUnknownKey" = "無法取得檔案夾內容(未知的錯誤)。";
-
- /* Operations */
- "kChangingToDefaultFolderKey" = "變更為預設檔案夾";
- "kChangingToPreviousFolderKey" = "變更至前一個檔案夾";
- "kChangingToFolderKey" = "變更到檔案夾:“%@”⋯";
- "kCreatingFolderKey" = "製作檔案夾:“%@”⋯";
- "kDeletingItemKey" = "刪除項目⋯";
- "kGettingFileKey" = "正在接受“%@”⋯";
- "kGettingFolderListingKey" = "取得檔案夾內容⋯";
-
- "kDefaultDirectoryKey" = "<預設目錄>";
-
- /* Description override for the Device browser for FTP */
- "kBrowseDescriptionKey" = "選擇要瀏覽檔案的裝置。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
- "kBrowsePromptKey" = "瀏覽";
- "kBrowseTitleKey" = "瀏覽裝置";
-
-
- /* Re-connect stuff */
- "kConnectSheetTitleKey" = "連線失敗或結束";
- "kConnectSheetCloseKey" = "關閉";
- "kConnectSheetReconnectKey" = "重新連接";
- "kConnectSheetTextKey" = "您要重新連接還是關閉此視窗?";
-
-
-
- /* No local Bluetooth device is available Title */
- //"kNoLocalDeviceFoundExplanationKey" = "無法找到 Bluetooth 裝置。請確認您有系統要求的 Bluetooth 裝置,以及 Bluetooth 軟體已確實安裝。";
-